Package com.vdek.agv.gen.schema_20250101
Class AGTOSV.SendungsBody
- java.lang.Object
-
- com.vdek.agv.gen.schema_20250101.AGTOSV.SendungsBody
-
- Enclosing class:
- AGTOSV
public static class AGTOSV.SendungsBody extends Object
Java-Klasse für anonymous complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.gkv-datenaustausch.de/XMLSchema/Anforderung_eAU_AG/2.0}Anforderung_eAU_AG" maxOccurs="5000"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<AnforderungEAUAG>anforderungEAUAG
-
Constructor Summary
Constructors Constructor Description SendungsBody()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AnforderungEAUAG>getAnforderungEAUAG()Gets the value of the anforderungEAUAG property.
-
-
-
Field Detail
-
anforderungEAUAG
protected List<AnforderungEAUAG> anforderungEAUAG
-
-
Method Detail
-
getAnforderungEAUAG
public List<AnforderungEAUAG> getAnforderungEAUAG()
Gets the value of the anforderungEAUAG property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the anforderungEAUAG property.For example, to add a new item, do as follows:
getAnforderungEAUAG().add(newItem);
Objects of the following type(s) are allowed in the list
AnforderungEAUAG- Returns:
- The value of the anforderungEAUAG property.
-
-